+2003-12-01 Dom Lachowicz <cinamod@hotmail.com>\r
+\r
+ * src/wimp_style.c: Fix coloration for the expander's +/- part. Was\r
+ the wrong color when selected or selected+insensitive\r
+ \r
2003-11-26 Dom Lachowicz <cinamod@hotmail.com>\r
\r
* src/wimp_style.c: Fix coloration for several GIMP widgets,\r
(window, style->fg_gc[state], FALSE, x, y,
expander_size - 1, expander_size - 1);
- if (success)
- gdk_gc_set_foreground (style->fg_gc[state], &values.foreground);
-
gdk_draw_line
(window, style->fg_gc[state], x + 2, y + expander_semi_size,
x + expander_size - 2, y + expander_semi_size);
x + expander_semi_size, y + expander_size - 2);
break;
}
+
+ if (success)
+ gdk_gc_set_foreground (style->fg_gc[state], &values.foreground);
}
if (area)